home *** CD-ROM | disk | FTP | other *** search
- ! effets sur les persos
- TRANSPARENCY::rendu1
- {
- Type = variable
- VariationType=LINEAR
- NbKeys = 2
- Degree00 = 99,99,99
- Degree50 = 0, 0,0
- }
- TRANSPARENCY::rendu2
- {
- Type = variable
- VariationType=LINEAR
- NbKeys = 2
- Degree00 = 0, 0, 0
- Degree10 = 0, 0, 0
- }
- main
- {
- rendu1(30);
- loop()
- {
- rendu2(30);
- };
- }
-